Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for windows #3

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

bschoenmaeckers
Copy link
Contributor

@bschoenmaeckers bschoenmaeckers commented Jun 4, 2024

Also look for _netrc file in USERPROFILE.

fixes #1 and fixes #2

@gribouille
Copy link
Owner

This fix should use conditional compilation with target_family.

Also look for _netrc file in USERPROFILE
@bschoenmaeckers
Copy link
Contributor Author

This fix should use conditional compilation with target_family.

You are right, I've updated the pull request. Please review again.

@gribouille gribouille merged commit 544f389 into gribouille:master Jun 19, 2024
2 checks passed
@bschoenmaeckers
Copy link
Contributor Author

bschoenmaeckers commented Jul 30, 2024

Could you please push a release with this change to crates.io? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support USERPROFILE instead of HOME on windows Support _netrc files for windows
2 participants